home *** CD-ROM | disk | FTP | other *** search
/ Information Operations Fundamentals 2001 February / Information_Operations_Fundamentals_Unclassified_Version_1.0_February_2001.iso / Mod02 / M02_01_05_02.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as
Text File  |  2001-02-12  |  219b  |  13 lines

  1. on(release){
  2.    unloadMovieNum(2);
  3.    tellTarget("_level1")
  4.    {
  5.       gotoAndStop("active");
  6.    }
  7.    set("_level0:pausestate","play");
  8.    tellTarget("_level3/pause")
  9.    {
  10.       gotoAndStop("pause");
  11.    }
  12. }
  13.